Body{

background-color: rgb(116, 165, 207);
background-image: url("../images\ for\ offical\ website/Red Sox.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 45%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.A{

background-color: rgb(0, 0, 0);
color: white;
width: fit-content;
font-size: 70px;
margin-left: 950px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
border-radius: 15px;
}

.B{

background-color: rgb(215, 50, 50);
color: rgb(136, 236, 236);
width: 620px;
font-size: 25px;
float: left;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.C{
background-color: rgb(98, 142, 204);
float: right;
font-size: 25px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 620px;
}

.D{
margin-top: 550px;
}

.E{

font-size: 30px;
    margin-top: 100px;
    margin-left: 1700px;
width: fit-content;
clear: both;

}